home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / dllswd / maindemo.dfm / maindemo.txt
Text File  |  1996-04-08  |  583b  |  33 lines

  1. object DemoForm: TDemoForm
  2.   Left = 230
  3.   Top = 102
  4.   Width = 258
  5.   Height = 177
  6.   Caption = 'Demo Password'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Button5: TButton
  16.     Left = 46
  17.     Top = 26
  18.     Width = 157
  19.     Height = 33
  20.     Caption = 'TestPassword'
  21.     TabOrder = 0
  22.     OnClick = Button5Click
  23.   end
  24.   object QuitBtn: TBitBtn
  25.     Left = 81
  26.     Top = 91
  27.     Width = 89
  28.     Height = 33
  29.     TabOrder = 1
  30.     Kind = bkClose
  31.   end
  32. end
  33.